home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / DITTO10.ARJ / DITTO.TXT < prev    next >
Text File  |  1992-10-25  |  5KB  |  139 lines

  1. Ditto, Version 1.0
  2. -------------------
  3.  
  4. Ditto is an MS Windows based program that will duplicate a directory of
  5. files, optionally copying only the files that are new or have changed
  6. from those in the destination directory.  I wrote Ditto to transfer my
  7. programming work from computer to computer, but it could also be used as
  8. a way to backup a single directory.
  9.  
  10. *** Quick Start ***
  11.  
  12. Select the source and destination directories and press the Go! button.
  13. A status window will popup showing you the progress of the copying.
  14.  
  15. *** Selecting Directories ***
  16.  
  17. Directories are selected by double clicking on the directory name.  The
  18. selected directories are shown above the list boxes.
  19.  
  20. Drive icons are displayed to show whether a Floppy or Hard Disk
  21. directory is selected. Working with Configurations
  22.  
  23. Custom configurations can be saved for repeated use.  The configurations
  24. save all the current settings including the selected directories, the
  25. options, and the excluded extensions list.
  26.  
  27. *** Using Custom Configurations ***
  28.  
  29. To use a custom configuration simply select it from the drop down list.
  30.  
  31. Adding Custom Configurations
  32.  
  33. To add a new custom configuration make all the selections you want for
  34. the configuration and press the add button.  You will be prompted for a
  35. name for the new configuration.  The configuration name can contain
  36. spaces.
  37.  
  38. Updating Custom Configurations
  39.  
  40. To update a current custom configuration select the configuration to
  41. update and then make all the changes you want for the configuration and
  42. press the update button. The currently selected configuration will be
  43. updated.
  44.  
  45. Deleting Custom Configurations
  46.  
  47. To delete a current custom configuration select the configuration to
  48. delete and then press the delete button. The currently selected
  49. configuration will be deleted.
  50.  
  51. *** Selection Options ***
  52.  
  53. The Options box contains four check boxes that select which files to copy.
  54.  
  55. Copy All                    Copy all files regardless of weather they have
  56.                             been changed.  Files with extensions that are
  57.                             excluded are not copied if the Exclude
  58.                             Extensions option is on.
  59.  
  60. Update Only Existing Files  Copy files from the source directory that are
  61.                             updated versions of files that already exist
  62.                             in the destination directory.
  63.  
  64. Add New Files               Copy files from the source directory that do
  65.                             not exist on the destination directory.
  66.  
  67. Exclude Extensions          Files with extensions listed in the excluded
  68.                             extensions will not be copied regardless of
  69.                             the other options selected.
  70.  
  71. *** Excluding Files with Certain Extensions ***
  72.  
  73. From the main window of the Ditto program press the Set Exclusions...
  74. button to popup the Excluded Extensions window.  In this window enter a
  75. list of extensions to exclude from copying.  The list should contain
  76. only the one to three character extension names separated by semicolons.
  77.  
  78. The extensions will only be excluded if the Exclude Extensions option is
  79. selected.
  80.  
  81. This feature is useful to prevent working or backup files from being copied.
  82.  
  83. Examples
  84.  
  85.           BAK;BK!          This string would prevent all *.BAK and *.BK!
  86.                            files from being copied
  87.  
  88.           SYM;OBJ          This string would prevent all *.SYM and *.OBJ
  89.                            files from being copied
  90.  
  91. *** Preview ***
  92.  
  93. The Preview button will run through the copy sequence but will not copy
  94. any files to the destination directory.  You can use this feature to
  95. preview what files the program would copy before pressing the Go!
  96. button.
  97.  
  98. *** How the program works ***
  99.  
  100. To determine files that are updated Ditto uses only the file's date and
  101. time.  The archive bit is not examined or changed by Ditto.
  102.  
  103. *** Limitations ***
  104.  
  105. Currently Ditto does not handle multiple floppy disks, therefore you are
  106. restricted to copying directories of files that will fit onto a single
  107. floppy disk.  This limitation can be somewhat overcome by using the
  108. Exclude Extensions option to break up the files into groups that fit on
  109. a single floppy.
  110.  
  111. When displaying the drive icons for hard disk or floppy, Ditto assumes
  112. that the computer has at most two floppy drives and that they are drives
  113. A and B.  If you have a floppy drive that is other than A or B the
  114. incorrect icon will be displayed.
  115.  
  116. *** About the Author ***
  117.  
  118. Ditto was written by and is distributed free by Philip Robinson.
  119.  
  120. The author is not responsible for any damage Ditto may cause to your
  121. system.  Any damage that Ditto may cause is wholly unintentional.  The
  122. greatest care has been taken to assure that Ditto is bug-free and
  123. performs as stated in this documentation.
  124.  
  125. Please send any comments, suggestions, or (ouch) bugs to me at my
  126. America OnLine mailbox.
  127.  
  128. AOL Address: PhilRobins
  129. Internet Address: philrobins@aol.com
  130.  
  131. I ask for no compensation for Ditto.  I feel that simple utility
  132. programs like this should be made freely available as they tend to
  133. increase my productivity and yours.  I enjoyed creating Ditto and hope
  134. you enjoy using it.
  135.  
  136. P.S.  I would appreciate any tips for programming job opportunities in
  137. the Chicago area.  I currently live in Houston TX and don't think I can
  138. take mowing the lawn for another HOT HOT summer.
  139.